@charset "utf-8";
.clearjs {
    width: 100%;
    clear: both;
    line-height: 0;
    display: block;
    overflow: hidden;
    zoom: 1;
    font-size: 0;
    content: '.'
}

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    list-style: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html,
body {
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    width: 100%;
    height: 100%
}

body {
    font-size: 14px;
    color: #303030;
    line-height: 1;
    font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    font-weight: 400
}

a {
    color: #303030;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    transition: all .4s
}

a:hover {
    color: #BD6000
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

em,
i {
    font-style: normal
}

img {
    vertical-align: middle;
    transition: all .4s
}

video {
    outline: 0
}

input,
select,
textarea {
    font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
    font-size: 14px
}

textarea {
    overflow: auto
}

input:focus,
textarea:focus,
button:focus,
select:focus {
    outline: 0
}

input::-ms-clear {
    display: none
}

input[type="text"],
input[type="button"],
input[type="submit"],
textarea {
    -webkit-appearance: none
}

.tft10 {
    transition: All 0.4s ease-in-out;
}

.tft10:hover {
    transform: translate(0, -10px);
}

.bs {
    transition: All 0.4s ease-in-out;
}

.bs:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.fd {
    overflow: hidden;
    transition: All 0.4s ease-in-out;
}

.fd:hover img {
    transform: scale(1.05);
}

.clearfix:after {
    width: 100%;
    clear: both;
    line-height: 0;
    display: block;
    overflow: hidden;
    zoom: 1;
    font-size: 0;
    content: '.'
}

.container {
    width: 1400px;
    margin: 0 auto;
}

.pc {
    display: block
}

.wap {
    display: none
}

header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 8888888;
    transition: all .4s;
}

header .container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 85%;
    position: relative;
}

header .navbut .iconfont2 {
    position: absolute;
    left: -6%;
    top: 50%;
    transform: translateY(-50%);
}

header .navbut .iconfont3 {
    position: absolute;
    right: -6%;
    top: 50%;
    transform: translateY(-50%);
}

header .navbut .iconfont {
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

header nav {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative
}

header nav .nav-dowm-line {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #fff
}

header nav ul li {
    float: left;
    position: relative
}

header nav ul .home a {
    font-size: 38px;
}

header nav ul .home:hover a {
    color: rgba(189, 96, 0, 1);
}

header nav ul li>a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 88px;
    color: #fff;
    font-size: 18px;
    padding: 0 30px;
    position: relative;
    z-index: 5
}

header nav ul li>a:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    margin-left: 5px;
    opacity: .8;
    display: none;
    transition: all 0.3s;
}

header nav ul li>a:hover,
header nav ul li>a.on {
    color: #BD6000 !important;
    font-weight: 400;
}

header nav ul .drop:hover>a:after {
    transform: rotate(180deg);
}

header nav ul li.drop>a:after {
    display: block
}

header nav ul li .sub {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    top: 79px;
    border-top: 2px solid #BD6000;
    background: #fff;
    min-width: 100%;
    white-space: nowrap;
    line-height: 40px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}

header nav ul li .sub a {
    display: block;
    overflow: hidden;
    padding: 0 20px;
    position: relative
}

header nav ul li .sub a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: transparent;
    background: -webkit-linear-gradient(left, transparent 0%, #eee 50%, transparent 100%);
    background: -o-linear-gradient(left, transparent 0%, #eee 50%, transparent 100%);
    background: -moz-linear-gradient(left, transparent 0%, #eee 50%, transparent 100%);
    background: linear-gradient(left, transparent 0%, #eee 50%, transparent 100%)
}

header nav ul li .sub a:hover {
    background: #BD6000;
    color: #fff
}

header nav ul li:hover>a {
    color: #fff
}

header nav ul li.cur>a {
    color: #fff
}

header nav ul li.nocur>a {
    color: #fff
}

header nav .search {
    margin-left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    padding: 0 38px 0 25px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 24px;
    transition: all .4s;
    z-index: 99999;
}

.header_search_box {
    position: absolute;
    float: right;
    right: 2px;
    top: 16px;
    width: 38px;
    height: 50px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all .3s
}

.header_search_box.active {
    width: 300px;
    background: #000000;
    transition: all .3s;
    display: flex;
    align-items: center;
}

.header_search_box a {
    display: block;
    color: #fff;
}

.header_search_box i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    font-size: 40px;
}

.header_search_box i.close {
    opacity: 0;
    transition: all .3s
}

.header_search_box .search_click.active i.close {
    opacity: 1;
    transition: all .3s;
    color: #fff;
    font-size: 20px;
    z-index: 99999;
    right: 7px;
}

.header_search_box .search_click.active i.open {
    opacity: 0
}

.search_form {
    position: absolute;
    top: 0;
    right: 30px;
    width: 0;
    display: block;
    z-index: -1;
    transition: all .3s
}

.header_search_box.active .search_form {
    width: 260px;
    z-index: 9;
    transition: all .3s;
}

.search_form .info {
    width: 100%;
    padding-right: 45px
}

.search_form input[type=text] {
    width: 100%;
    height: 50px;
    background: 0 0;
    border: 0;
    font-size: 14px;
    color: #ffffff
}

.search_form input[type=text]::-webkit-input-placeholder {
    color: #ffffff
}

.search_form input.btn_search {
    width: 37px;
    height: 48px;
    position: absolute;
    right: 5px;
    top: 0;
    background: url("../img/search.png") no-repeat center center;
    border: 0;
    font-size: 0;
    cursor: pointer
}

header.cur .header_search_box {
    top: 5px;
    display: flex;
    align-items: center;
}

header nav .tel {
    margin-left: 20px;
    display: block;
    color: #fff;
    padding: 0 0 0 50px;
    font-size: 24px;
    position: relative;
    transition: all .4s;
}

header nav .tel .iconfont {
    margin-right: 10px;
    font-size: 40px;
}

header nav .tel:hover em {
    display: block;
}

header nav .tel em {
    display: block;
    position: absolute;
    left: 70%;
    transform: translateX(-50%);
    width: 180px;
    background-color: rgba(189, 96, 0, 0.7);
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
    display: none;
    border-radius: 5px;
}

header nav .tel em:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -6px;
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid rgba(189, 96, 0, 0.7);
}

header.cur {
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    height: 60px;
    z-index: 888;
}

header.cur nav ul li .sub {
    top: 59px;
}

header.cur nav ul li>a {
    height: 60px;
}

header.cur .logo img {
    height: 45px;
}

.fixed_index_nav {
    display: none;
    position: fixed;
    left: 15px;
    bottom: 10%;
    z-index: 888
}

.fixed_index_nav li {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.23);
    color: #111;
    cursor: pointer;
    position: relative;
    border-radius: 5px;
}

.fixed_index_nav li:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #888;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 4px;
    display: none;
}

.fixed_index_nav li:hover {
    background: linear-gradient(30deg, #BD6000, #FE646C);
    color: #fff
}

.fixed_index_nav li:hover:before {
    border-bottom-color: #eee
}

.fixed_index_nav li:last-child:before {
    display: block
}

.banner-windows {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner-windows .swiper-container {
    width: 100.9%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.banner-windows .swiper_spot {
    position: absolute;
    z-index: 111;
    text-align: center;
    bottom: 30px;
}

.banner-windows .swiper_spot span {
    width: 50px;
    height: 4px;
    border-radius: 30px;
}

.banner-windows .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.7) !important;
    opacity: 1;
}

.banner-windows .swiper-pagination-bullet-active {
    background: rgba(189, 96, 0, 0.7) !important;
}

.banner-windows .swiper-slide {
    background-size: cover;
    background-position: center center;
}

.banner-windows .swiper-slide .item-box {
    position: relative;
}

.txt-box {
    position: absolute;
    left: 230px;
    bottom: 230px;
    text-align: left;
    color: #fff;
    line-height: 1.5;
}

.txt-box h3 {
    font-size: 60px;
    letter-spacing: 5px;
}

.txt-box p {
    font-size: 28px;
    font-weight: 200;
}

.txt-box a {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    background-color: rgba(189, 96, 0, 1);
    color: #fff;
    width: 200px;
    text-align: center;
    margin-top: 30px;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 300;
}

.txt-box a span {
    margin-left: 5px;
    display: inline-block;
}

.pro-box {
    left: auto;
    right: 230px;
}

.pro-box h3 {
    font-weight: bold;
}

.pro-box p {
    font-size: 38px;
    font-weight: bold;
}

.banner-windows .swiper-slide .img-box {
    height: 100vh;
    background-position: center center;
    background-size: cover;
}

.homesw-pagination {
    color: #fff;
    font-size: 28px;
    z-index: 999;
    font-weight: 200;
    width: 130px;
    position: absolute;
    left: 0;
    bottom: 10px;
}

.homesw-pagination .swiper-pagination-current {
    font-size: 48px;
}

.banner-windows .bottom-box {
    position: absolute;
    bottom: 55px;
    width: 1400px;
    left: 50%;
    z-index: 8;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.banner-windows .bottom-box .line-box {
    width: 85%;
    height: 1px;
    background-color: #d2d2d2;
    position: relative;
}

.banner-windows .bottom-box .line-box i {
    position: absolute;
    left: 0;
    height: 1px;
    width: 0px;
    bottom: 0px;
    background: rgba(189, 96, 0, 1);
    overflow: visible !important;
}

.banner-windows .bottom-box .line-box i em {
    position: absolute;
    top: -7px;
    right: 0;
    width: 15px;
    height: 15px;
    line-height: 15px;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    background: rgba(189, 96, 0, 1) text-align: center;
}

.main-box {
    padding-top: 100px;
}

.main-box-bom {
    padding-bottom: 100px;
}

.main-yl-about .yl-about-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.maincolor {
    color: rgba(189, 96, 0, 0.6);
}

.main-yl-about .yl-about-top .left {
    color: rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}

.main-yl-about .yl-about-top .left .tit {
    font-weight: bold;
    font-size: 72px;
}

.main-yl-about .yl-about-top .left .en {
    font-size: 36px;
    font-weight: bold;
}

.main-yl-about .yl-about-top .left .stit {
    font-size: 30px;
    margin-top: 50px;
    font-weight: bold;
}

.main-yl-about .yl-about-top .left .sen {
    font-size: 12px;
    margin-top: 5px;
}

.main-yl-about .yl-about-top .right {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    margin-left: 120px;
    font-size: 18px;
    line-height: 1.5;
}

.main-yl-about .yl-about-top .right p {
    padding-bottom: 15px;
}

.main-yl-about .yl-about-top .right p:last-child {
    padding-bottom: 0;
}

.yl-about-bom {
    padding-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yl-about-bom .about-pic {
    width: 50%;
    position: relative;
}

.yl-about-bom .about-pic img {
    object-fit: cover;
    height: 100%;
    max-width: 100%;
}

.yl-about-bom .about-pic .text {
    background: rgba(0, 14, 20, 0.5);
    color: #fff;
    height: 195px;
    align-items: center;
    padding: 30px 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.yl-about-bom .about-pic .text .tit {
    font-size: 35px;
    width: 100%;
}

.yl-about-bom .about-pic .text .more {
    display: block;
    width: 137px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.yl-about-bom .about-pic .text .more:hover {
    background: rgba(189, 96, 0, 1);
    border: 1px solid rgba(189, 96, 0, 1);
}

.yl-about-bom .about-pic .text .more .iconfont {
    padding-left: 15px;
}

.main-yl-fourpro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.main-yl-fourpro .fourpronav {
    width: 25%;
    position: relative;
    overflow: hidden;
}

.main-yl-fourpro .fourpronav:hover .fdhid {
    opacity: 0.7;
}

.main-yl-fourpro .fourpronav .fdhid {
    background: rgba(189, 96, 0, 1);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    opacity: 0;
    transition: all 0.3s;
}

.main-yl-fourpro .fourpronav img {
    object-fit: cover;
    width: 102%;
    height: auto;
}

.main-yl-fourpro .text {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 45px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    padding-top: 50px;
    width: 100%;
    z-index: 999;
}

.main-yl-fourpro .text .tit {
    font-weight: bold;
    font-size: 60px;
}

.main-yl-fourpro .text .ms {
    padding-bottom: 30px;
    letter-spacing: 5px;
}

.main-yl-fourpro .text .iconfont {
    font-weight: 200;
    font-size: 48px;
}

.maintit {
    font-size: 24px;
    color: rgba(0, 14, 20, 0.8);
    text-align: center;
}

.maintit .tit {
    font-size: 48px;
    font-weight: 600;
    padding-bottom: 10px;
}

.gccase {
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.gccase .casenav {
    width: 33.3333%;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

.gccase .casenav .tit {
    position: absolute;
    right: 25px;
    top: 25px;
    color: #fff;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 2px;
}

.gccase .casenav img {
    object-fit: cover;
    height: 100%;
    width: 101%;
}

.gccase .casenav .tit i {
    padding-left: 15px;
    font-size: 30px;
}

.zwx-in-news {
    padding-top: 60px
}

.zwx-in-news .tab {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 50px;
    overflow: hidden
}

.zwx-in-news .tab li {
    padding: 0 25px;
    font-size: 24px;
    cursor: pointer;
    padding-bottom: 10px;
}

.zwx-in-news .tab li.on {
    color: rgba(189, 96, 0, 1);
    border-radius: 50px;
    position: relative;
    transition: all 0.3s;
}

.zwx-in-news .tab li.on:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    background: rgba(189, 96, 0, 1);
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-radius: 50px;
}

.newsnav {
    position: relative;
}

.newsnav img {
    width: 100%;
}

.newsnav .text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 150px;
    width: 800px;
    background: rgba(0, 14, 20, 0.5);
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 50px 30px;
}

.newsnav .text .tit {
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 15px;
}

.newsnav .text a.more {
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 15px;
    margin-top: 30px;
}

.newsnav .text a.more:hover {
    background: rgba(189, 96, 0, 1);
    border: 1px solid rgba(189, 96, 0, 1);
}

.newsnav .text a.more i {
    padding-left: 10px;
}

.hezuo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 50px;
}

.hezuo li {
    width: 20%;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.hezuo li img {
    width: 100%;
}

.hezuo li:hover {
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.hezuo li:hover img {
    transform: scale(1.05);
}

.nbanner {
    width: 100%;
    background-position: center center;
    background-size: cover;
    height: 100vh;
    color: #fff;
    padding: 0 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.lancate {
    height: 120px;
    line-height: 120px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: hidden;
    border-bottom: 2px solid rgba(189, 96, 0, 0.5);
}

.lancate a {
    padding: 0 40px;
    font-size: 24px;
    position: relative;
    flex: none;
    display: block;
    font-weight: bold;
}

.lancate a.active,
.lancate a:hover {
    color: rgba(189, 96, 0, 0.7)
}

.mainbox {
    padding: 50px 0;
}

.view {
    font-size: 16px;
    line-height: 2.2;
}

.view h2 {
    line-height: 1;
    color: rgba(189, 96, 0, 0.7);
    font-size: 48px;
    font-weight: 600;
    padding: 8px 0;
}

.view h3 {
    line-height: 1;
    color: rgba(189, 96, 0, 0.7);
    font-size: 42px;
    font-weight: 600;
    padding: 10px 0;
}

.view img {
    max-width: 100%;
}


/*分页*/

.pagination {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 30px 0 0 0;
    margin-top: 15px;
}

.pagination li {
    padding: 0 5px
}

.pagination li a,
.pagination li span {
    display: block;
    overflow: hidden;
    padding: 0 15px;
    line-height: 38px;
    background: #ececec;
    color: #666
}

.pagination li a:hover {
    background: #666;
    color: #fff;
    border-color: #666
}

.pagination li.active span {
    cursor: default;
    background: rgba(189, 96, 0, 0.7);
    color: #fff
}

.pagination li.disabled span {
    background: #ddd;
    color: #888;
    cursor: not-allowed
}

.propic {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.propic img {
    cursor: pointer;
    width: 50%;
}

.artbody {
    padding-top: 30px;
}

.abt_list_pic {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    margin-top: 30px;
}

.abt_list_pic li {
    width: 50%;
    padding: 10px;
}

.abt_list_pic li a {
    display: block;
    position: relative;
    box-shadow: 0 0 5px #ddd;
}

.abt_list_pic li a .pic {
    overflow: hidden;
    display: flex;
}

.abt_list_pic li a .pic img {
    width: 100%;
    height: auto;
    transition: all 0.4s;
}

.abt_list_pic li a:hover img {
    transform: scale(1.05);
}

.abt_list_pic span {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: right;
    padding: 0 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 18px;
    transition: all 0.3s;
}

.abt_list_pic li a:hover span {
    background: rgba(189, 96, 0, 0.7);
}

.abt_rongyu_pic {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    margin-top: 30px;
}

.abt_rongyu_pic li {
    width: 33.33333%;
    padding: 10px;
    cursor: pointer;
}

.abt_rongyu_pic li img {
    width: 100%;
}

.abt_rongyu_pic li span {
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    display: block;
    transition: all 0.3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.app_shouji {
    display: none;
}

.abt_rongyu_pic li:hover span {
    color: rgba(189, 96, 0, 0.7);
}

.abt_rongyu_pic li .ms {
    font-size: 16px;
    padding: 0 50px;
    text-align: center;
    line-height: 1.5;
}

.five-pro li {
    width: 20%;
}

.san-pro li {
    width: 33.3333333333%;
}

.san-pro li span {
    font-size: 20px;
    font-weight: 600;
}

.mart50 {
    margin-top: 50px;
}

.newslist {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin-bottom: 80px;
}

.newslist:hover img {
    transform: scale(1.05);
}

.newslist dt {
    width: 600px;
    overflow: hidden;
}

.newslist dt img {
    max-width: 100%;
    transition: all 0.3s;
    object-fit: cover;
}

.newslist dd {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    margin-left: 80px;
    font-size: 18px;
    line-height: 1.8;
}

.newslist dd .tit {
    font-size: 35px;
    font-weight: 600;
    color: rgba(189, 96, 0, 0.7);
    padding-bottom: 30px;
}

.detailmore {
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(0, 14, 20, 0.8);
    border: 1px solid rgba(0, 14, 20, 0.8);
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 999;
}

.detailmore .iconfont {
    font-size: 24px;
    padding-left: 5px;
}

.view-news {
    overflow: hidden
}

.view-news .htit {
    font-size: 28px;
    text-align: center;
    color: #000
}

.view-news .ncs {
    color: #666;
    text-align: center;
    padding-top: 10px;
}

.view-news .ncs span {
    padding: 0 5px
}

.view-news .ndesc {
    padding: 20px 15px 15px 15px;
    line-height: 20px;
    position: relative;
    background: #f5f5f5;
    color: #888;
    font-size: 12px;
    margin-top: 30px
}

.view-news .ndesc em {
    position: absolute;
    left: 12px;
    top: -12px;
    background: rgba(189, 96, 0, 0.7);
    color: #fff;
    padding: 0 15px;
    line-height: 24px;
    text-align: center;
}

.view-news .copyright {
    margin-top: 25px;
    overflow: hidden;
    color: #999
}

.web-body {
    overflow: hidden;
    line-height: 2;
    padding: 25px 0 0;
    font-size: 16px;
}

.web-body img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    padding: 10px 0;
    display: inline;
}

.view-more {
    overflow: hidden;
    background: #fff;
    margin-top: 35px
}

.view-more li {
    width: 33.33333333%;
    float: left;
    text-align: center;
    padding: 0 15px;
    font-size: 16px;
    line-height: 1
}

.view-more li a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 50px
}

.view-more li i {
    margin-right: 10px
}

.view-more li:nth-child(2) {
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5
}

.dgbanner {
    position: relative;
    margin-top: 50px;
}

.dgbanner .swiper-container img {
    max-width: 100%;
}

.dgbanner .swiper-button-a,
.dgbanner .swiper-button-b {
    display: block;
    z-index: 9999;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 70px;
    color: #656F71;
    font-weight: 600;
    outline: none;
    cursor: pointer;
}

.dgbanner .swiper-button-a:hover,
.dgbanner .swiper-button-b:hover {
    color: #BD6000;
}

.dgbanner .swiper-button-a {
    right: -150px;
}

.dgbanner .swiper-button-b {
    left: -150px;
}

.dgbanner .bannertit {
    font-size: 24px;
    color: #656F71;
    font-weight: 500;
    text-align: center;
    padding-top: 20px;
}

.maiin-zkform .btit {
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px
}

.maiin-zkform .btit span {
    font-size: 30px;
    font-weight: bold;
    display: block
}

.maiin-zkform .btit p {
    opacity: .7;
    display: block;
    padding: 0 0 20px 0
}

.maiin-zkform .btit:after {
    content: '';
    display: block;
    overflow: hidden;
    margin: 0 auto;
    height: 4px;
    width: 32px;
    background: rgba(189, 96, 0, 0.5)
}

.maiin-zkform .form {
    margin-bottom: 30px;
    overflow: hidden
}

.maiin-zkform .form li {
    width: 25%;
    float: left;
    padding: 10px
}

.maiin-zkform .form li input[type='text'],
.maiin-zkform .form li textarea {
    width: 100%;
    height: 52px;
    border: 1px solid #D3D4DA;
    padding: 0 15px
}

.maiin-zkform .form li textarea {
    padding: 15px;
    height: 180px
}

.maiin-zkform .form li input[type='submit'] {
    font-size: 16px;
    color: #FFF;
    background: rgba(189, 96, 0, 0.7);
    text-align: center;
    display: block;
    height: 44px;
    width: 180px;
    cursor: pointer;
    border: 0;
    transition: all 0.3s;
}

.maiin-zkform .form li input[type='reset'] {
    font-size: 16px;
    color: #FFF;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    display: block;
    height: 44px;
    width: 180px;
    margin-left: 30px;
    cursor: pointer;
    border: 0;
    transition: all 0.3s;
}

.maiin-zkform .form .twoin {
    display: flex;
    justify-content: center;
    align-items: center;
}

.maiin-zkform .form li input[type='submit']:hover {
    background: rgba(189, 96, 0, 1);
}

.maiin-zkform .form li.all {
    width: 100%
}

.foot-denggang {
    background: #181A2D;
    color: #858585
}

.foot-denggang a {
    color: #858585
}

.foot-denggang a:hover {
    color: #fff
}

.foot-denggang>.container {
    padding: 50px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-around;
    flex-wrap: wrap;
}

.foot-denggang .nav {
    line-height: 35px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
}

.foot-denggang .nav .tit {
    font-size: 21px;
    color: #fff;
    line-height: 1;
    padding-bottom: 30px;
}

.foot-denggang .nav a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

.foot-denggang .nav a:hover {
    padding-left: 3px;
}

.foot-denggang .nav dd {
    padding: 2px 0;
}

.foot-denggang .flogo {
    width: 400px;
}

.foot-denggang .flogo div {
    width: 230px;
}

.foot-denggang .flogo .logo {
    padding-bottom: 50px;
}

.foot-denggang .flogo .logo img {
    max-width: 100%;
    height: auto;
}

.foot-denggang .flogo .ewn img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.foot-denggang .copyright {
    width: 100%;
    border-top: 1px solid #fff;
    line-height: 1.8;
    padding: 20px 0;
    margin-top: 50px
}

.tlogo {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    width: 50px;
    z-index: 66666;
}

.tlogo img {
    max-width: 100%;
}

.ontalk {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    z-index: 66666;
    padding: 20px 8px;
    color: #fff;
    border-radius: 10px;
    background: rgba(189, 96, 0, 0.6);
    display: flex;
    flex-direction: column;
}

.ontalk a {
    font-size: 16px;
    color: #fff;
    padding: 8px 0;
    display: flex;
    align-items: center;
}

.ontalk .online {
    font-size: 18px;
}

.ontalk a .iconfont {
    font-size: 35px;
    padding-right: 5px;
}

header .mymenu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    overflow-y: auto;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999999;
}

header .mymenu .menumenu {
    width: 600px;
    background: rgba(189, 96, 0, 1);
    height: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

header .mymenu .nav-dowm-line {
    display: none
}

header .mymenu ul {
    padding: 100px 0;
}

header .mymenu ul li {
    float: none
}

header .mymenu ul li>a {
    height: 60px;
    font-size: 20px;
    padding: 0 15px;
    color: #fff;
    width: 360px;
    margin: 0 auto;
}

header .mymenu ul li>a:hover {
    color: #fff !important;
    text-decoration: underline;
    padding-left: 20px;
}

header .mymenu .menumenu {
    position: relative;
}

.menuhome {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    width: 100%;
    padding: 0 40px;
    position: absolute;
    top: 10px;
    left: 0;
}

.menuhome a {
    font-size: 38px;
    color: #fff;
    display: flex;
}

.menuhome .icon-yuyinguanbi {
    font-size: 24px;
}

.menumenu .contact {
    width: 360px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: rgba(189, 96, 0, 1);
    font-size: 20px;
    display: block;
    margin: 30px auto 0;
    background: #fff;
}

.menumenu .contact:hover {
    border: 2px solid #fff;
    color: #fff;
    background: none;
    border-radius: 30px 0 30px 0;
}

header .mymenu ul li .iconfont {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 35px;
    color: #fff;
    z-index: 5
}

header .mymenu ul li .sub {
    position: static;
    transform: translateX(0);
    border-top: 0;
    background: #f5f5f5;
    line-height: 34px;
    text-align: left;
    box-shadow: none
}

header .mymenu ul li .sub a {
    padding: 0 15px;
    color: #666;
    border-bottom: 1px solid #eee;
    font-size: 13px
}

header .mymenu ul li .sub a:after {
    display: none
}

header .mymenu ul li .sub a:hover {
    background: none;
    color: #666
}

header .mymenu ul li:hover>a {
    color: #303030
}

header .mymenu ul li.cur>a {
    background: #ec0000;
    color: #fff !important
}

header .mymenu ul li.cur .iconfont {
    color: #eee
}

header .mymenu .tel {
    margin-left: 0;
    padding: 0;
    background: none !important;
    color: #ec0000
}